home *** CD-ROM | disk | FTP | other *** search
/ Geek Games #12 / GEGA012.iso / eroticos / feeltheflash.swf / scripts / DefineSprite_634 / frame_1 / PlaceObject2_631_2 / CLIPACTIONRECORD onClipEvent(mouseMove).as < prev   
Text File  |  2005-08-12  |  648b  |  24 lines

  1. onClipEvent(mouseMove){
  2.    if(mon == 1)
  3.    {
  4.       if(!(_root.v_pant >= 2 && 4 >= _root.v_pant))
  5.       {
  6.          cf = _parent._parent._currentFrame;
  7.          if(y + 3 < _ymouse && cf < 13)
  8.          {
  9.             rf = 0;
  10.             _parent._parent.nextFrame();
  11.             _root.main.fr.faces.changeEyelid("shut2",1);
  12.             _root.main.fr.faces.changeMouth(1);
  13.          }
  14.          else if(_ymouse < y - 3 && 1 < cf)
  15.          {
  16.             rf = 0;
  17.             _parent._parent.prevFrame();
  18.             _root.main.fr.faces.changeMouth(1);
  19.             _root.main.fr.faces.changeEyelid("shut2",1);
  20.          }
  21.       }
  22.    }
  23. }
  24.